home *** CD-ROM | disk | FTP | other *** search
- #----------------------
- # TOGLCASE.MAK make file
- #----------------------
-
- toglcase.dll : toglcase.obj toglcase.def
- link toglcase ewapi2.lib, toglcase.dll /align:16, NUL, /noe /nod sdllcew libw, toglcase
- rc toglcase.dll
- ren toglcase.dll toglcase.ewd
-
- toglcase.obj : toglcase.c
- cl -c -ASw -Gsw -Ow -W2 -Zp toglcase.c
-